type crypto/tls.encryptedExtensionsMsg

7 uses

	crypto/tls (current package)
		conn.go#L1076: 		m = new(encryptedExtensionsMsg)
		handshake_client_tls13.go#L392: 	encryptedExtensions, ok := msg.(*encryptedExtensionsMsg)
		handshake_messages.go#L841: type encryptedExtensionsMsg struct {
		handshake_messages.go#L846: func (m *encryptedExtensionsMsg) marshal() []byte {
		handshake_messages.go#L872: func (m *encryptedExtensionsMsg) unmarshal(data []byte) bool {
		handshake_messages.go#L873: 	*m = encryptedExtensionsMsg{raw: data}
		handshake_server_tls13.go#L551: 	encryptedExtensions := new(encryptedExtensionsMsg)